DISPLAY Function

Modified on 2011/08/03 00:35 by Chad Lowe (CTS) — Categorized as: Uncategorized

DISPLAY( <value> )

Formats the specified tick value to a text representation of the price.

Note: you cannot use the output of this function in any mathematical computation.

Function Parameters
ParameterDescription
<value>The tick value to convert to display text.

Note: You can use the @ shortcut instead of using the full formula name as well:

SUMMARY("Close: {?}", @CLOSE);



Back to the Scripting Function Reference